@charset "utf-8";
/*导航栏*/
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  padding: 0;
  border: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  display: block;
  line-height: 1;
  margin-top: 0px;
  margin-left: 29px;
  margin-right: 14px;;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
/*浮动导航*/
.fixednav {
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  z-index:999;
  opacity: 1.0;;;
}
.nav_menu3 {
  line-height: 1;
  width: 1210px;
  margin-left: 0px;;;;;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  font-family: '黑体','SimHei';
  width: 162px;
  float: left;;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  text-decoration: none;
  font-size: 18px;
  transition: color .2s ease;
  padding: 16px 1px 5px 0px;

}
.nav_menu3 > ul > li:hover > a {
  color: #FFF;
  background-image: url(../images/nav_bg2.png);
  background-position: center top 7px;
  background-repeat: no-repeat;

}
.nav_menu3 > ul > li.nav-has-sub > a {
  font-family: OldNSung,'黑体','SimHei';
  font-size: 21px;
  padding-right: 4px;
  /* font-family: SimSun; */;
  /* font-family: SimSun; */;
  /* font-family: SimSun; */;
  /*font-family: SimSun;*/
}
.nav_menu3 > ul > li > a > span {
  font-family: "Microsoft YaHei",SimSun,sans-serif;
  font-size: 12px;
  color: #000;
} 
.nav_menu3 > ul > li > a:hover > span {
  font-size: 12px;
  color: #bc453e;
} 

.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #990B2C;
}
.nav_menu3 ul ul {
  left: -9999px;
  position: absolute;
}
.nav_menu3 > ul > li > ul {    
  z-index: 1;    
  margin-top: 60px;;;;;;;
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  margin-left: -1px;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
  height: 0;;
}
.nav_menu3 ul li:hover > ul > li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  color: #fff;
  font-family: OldNSung,'黑体','SimHei';
  font-size: 19px;
  background-position: left 2px top 4px;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  background-image: url(../images/nav_bg.png);
  padding: 10px 1px;
  width: 106px;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #fff;
  background-image: url(../images/nav_bg.png);
  background-repeat: no-repeat;
  background-position: left 2px top 4px;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #990B2C;
}